Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump picocli from 4.4.0 to 4.5.0 #80

Merged
merged 1 commit into from
Aug 23, 2020

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps picocli from 4.4.0 to 4.5.0.

Release notes

Sourced from picocli's releases.

Picocli 4.5.0

Picocli 4.5.0

The picocli community is pleased to announce picocli 4.5.0.

This release contains bug fixes and enhancements.

The ColorScheme class now has new methods stackTraceText and richStackTraceString, which can be convenient when creating custom error handlers with colors.

Various bugfixes in the picocli-codegen annotation processor.

The user manual now has anchor links before all section titles.

This is the seventy-second public release. Picocli follows semantic versioning.

Table of Contents

  • New and noteworthy
  • Fixed issues
  • Deprecations
  • Potential breaking changes

New and Noteworthy

Fixed issues

  • #1129 API: Add methods ColorScheme::stackTraceText(Throwable) and ColorScheme::richStackTraceString(Throwable).
  • #1124 Enhancement: automatically generate a better summary in the AutoComplete.GenerateCompletion generated man page.
  • #1126 Enhancement: Make picocli trace levels case-insensitive.
  • #1128 Enhancement: ParameterException caused by TypeConversionException now have their cause exception set.
  • #1137 Bugfix: The picocli-codegen annotation processor causes the build to fail with a ClassCastException when an option has completionCandidates defined.
  • #1134 Bugfix: The picocli-codegen annotation processor should allow @Spec-annotated field in classes implementing IVersionProvider.
  • #1138 Bugfix: The picocli-codegen annotation processor no longer gives FATAL ERROR: picocli.CommandLine$InitializationException: ArgGroup has no options or positional parameters, and no subgroups during incremental compilation in Intelli/J IDEA.
  • #1127 DOC: Custom ShortErrorMessageHandler manual example should use bold red for error message.
  • #1130 DOC: Clarify how to run picocli-based applications.
  • #1131 DOC: Add anchor links before section titles in user manual.

Deprecations

No features were deprecated in this release.

Potential breaking changes

This release has no breaking changes.

Changelog

Sourced from picocli's changelog.

Picocli 4.5.0

The picocli community is pleased to announce picocli 4.5.0.

This release contains bug fixes and enhancements.

The ColorScheme class now has new methods stackTraceText and richStackTraceString, which can be convenient when creating custom error handlers with colors.

Various bugfixes in the picocli-codegen annotation processor.

The user manual now has anchor links before all section titles.

This is the seventy-second public release. Picocli follows semantic versioning.

Table of Contents

  • New and noteworthy
  • Fixed issues
  • Deprecations
  • Potential breaking changes

New and Noteworthy

Fixed issues

  • #1129 API: Add methods ColorScheme::stackTraceText(Throwable) and ColorScheme::richStackTraceString(Throwable).
  • #1124 Enhancement: automatically generate a better summary in the AutoComplete.GenerateCompletion generated man page.
  • #1126 Enhancement: Make picocli trace levels case-insensitive.
  • #1128 Enhancement: ParameterException caused by TypeConversionException now have their cause exception set.
  • #1137 Bugfix: The picocli-codegen annotation processor causes the build to fail with a ClassCastException when an option has completionCandidates defined.
  • #1134 Bugfix: The picocli-codegen annotation processor should allow @Spec-annotated field in classes implementing IVersionProvider.
  • #1138 Bugfix: The picocli-codegen annotation processor no longer gives FATAL ERROR: picocli.CommandLine$InitializationException: ArgGroup has no options or positional parameters, and no subgroups during incremental compilation in Intelli/J IDEA.
  • #1127 DOC: Custom ShortErrorMessageHandler manual example should use bold red for error message.
  • #1130 DOC: Clarify how to run picocli-based applications.
  • #1131 DOC: Add anchor links before section titles in user manual.

Deprecations

No features were deprecated in this release.

Potential breaking changes

This release has no breaking changes.

Commits
  • 8e17976 Release picocli version 4.5.0
  • 7eec117 #1129 update release notes and user manual
  • a4fa239 #1138 process the class of @ArgGroup-annotated field for annotations
  • 3c7a243 #1138 try to enable logging in annotation processor
  • 63065d7 #1134 Bugfix: annotation processor should allow @Spec-annotated field in ...
  • 6731959 #1137 Fix ClassCastException in annotation processor when an option has com...
  • 40e2a52 #1127 similarly improve the IExecutionExceptionHandler manual example
  • 36fce09 #1131 DOC: Add anchor links before section titles in user manual
  • c5a5310 #639 update manual section Variable Arity Options and Unknown Options
  • bccad0d #1130 use colon as path separator instead of semicolon
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [picocli](https:/remkop/picocli) from 4.4.0 to 4.5.0.
- [Release notes](https:/remkop/picocli/releases)
- [Changelog](https:/remkop/picocli/blob/master/RELEASE-NOTES.md)
- [Commits](remkop/picocli@v4.4.0...v4.5.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Aug 3, 2020
@manikmagar manikmagar merged commit de0eeda into master Aug 23, 2020
@manikmagar manikmagar deleted the dependabot/gradle/info.picocli-picocli-4.5.0 branch August 23, 2020 16:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant